home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / FSTSCRL1.ZIP / SCROLL.DOC < prev    next >
Text File  |  1995-01-10  |  658b  |  14 lines

  1.  
  2. The demo program SCROLL.EXE simply scrolls a dumb-looking world 523
  3. pixels north-east, 560 pixels north-west and so on for the other six
  4. directions. As a crude test of how much time is left for other things
  5. it also bounces a number of small balls around the screen.
  6.  
  7. The program takes one command line argument, i.e. "scroll n", where n
  8. is the number of balls (default is eight). On my system, a 386/40 with
  9. an ancient 8-bit video card I can do nine balls before it starts to
  10. miss a beat at tile boundaries. If you have a more modern system you
  11. should be able to do considerably better.
  12.  
  13. When you're tired of looking at it, hit ESC. That's it.
  14.